home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 August
/
The Sunday Times - The Month 2004-08.iso
/
pc
/
engine
/
modules
/
tracks.swf
/
scripts
/
DefineSprite_19
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-02
|
364 b
|
13 lines
if(_parent._parent._parent.animatedLink)
{
_parent._visible = true;
}
arwColor = new Color("arrowMC");
arwColor.setRGB(_parent.linkColor);
txtLabel.htmlText = _parent.bigText;
myFormat = new TextFormat();
myFormat.color = _parent.linkColor;
txtLabel.setTextFormat(myFormat);
txtLabel.autoSize = true;
arrowMC._x = txtLabel._x + txtLabel._width + 1;